From: Sandro Knauß Date: Mon, 21 Jul 2025 17:26:07 +0000 (+0200) Subject: Update patch hunks. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1^2~20 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=3342839baf16f6a37fc0542ab0e40eb30412575d;p=nextcloud-desktop.git Update patch hunks. --- diff --git a/debian/patches/0003-Use-release-version-for-Debian.patch b/debian/patches/0003-Use-release-version-for-Debian.patch index d985e42e2..35381791f 100644 --- a/debian/patches/0003-Use-release-version-for-Debian.patch +++ b/debian/patches/0003-Use-release-version-for-Debian.patch @@ -8,10 +8,10 @@ Forwarded: not-needed 1 file changed, 5 insertions(+) diff --git a/VERSION.cmake b/VERSION.cmake -index 3fe5f77..1600bcd 100644 +index 8e9ac37..acfa1c7 100644 --- a/VERSION.cmake +++ b/VERSION.cmake -@@ -64,3 +64,8 @@ endif() +@@ -66,3 +66,8 @@ endif() # ------------------------------------ # Not used anymore. For brander, please maintain craftmaster.ini set(QT_MAJOR_VERSION 6) diff --git a/debian/patches/0004-Don-t-use-GuiPrivate.patch b/debian/patches/0004-Don-t-use-GuiPrivate.patch index c018f58eb..4d669a0a7 100644 --- a/debian/patches/0004-Don-t-use-GuiPrivate.patch +++ b/debian/patches/0004-Don-t-use-GuiPrivate.patch @@ -10,7 +10,7 @@ Forwarded: not-needed 1 file changed, 5 deletions(-) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt -index 2bfa004..d3fb5aa 100644 +index a58117f..21be04c 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -3,10 +3,6 @@ find_package(Qt${QT_MAJOR_VERSION} REQUIRED COMPONENTS Widgets Svg Qml Quick Qui @@ -24,7 +24,7 @@ index 2bfa004..d3fb5aa 100644 if(CMAKE_BUILD_TYPE MATCHES Debug) add_definitions(-DQT_QML_DEBUG) endif() -@@ -556,7 +552,6 @@ target_link_libraries(nextcloudCore +@@ -560,7 +556,6 @@ target_link_libraries(nextcloudCore PUBLIC Nextcloud::sync Qt::Widgets diff --git a/debian/patches/0004-GIT_SHA1-points-to-the-sha1-of-upstream.patch b/debian/patches/0004-GIT_SHA1-points-to-the-sha1-of-upstream.patch index f715da192..251e18a40 100644 --- a/debian/patches/0004-GIT_SHA1-points-to-the-sha1-of-upstream.patch +++ b/debian/patches/0004-GIT_SHA1-points-to-the-sha1-of-upstream.patch @@ -10,7 +10,7 @@ Last-Update: 2024-07-30 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5b7448b..ee4a394 100644 +index 140ffa8..8cf4499 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,9 +112,8 @@ include(GNUInstallDirs)